runtime.gcWork.mayNeedWorker (field)

11 uses

	runtime (current package)
		mgcmark.go#L1281: 			if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
		mgcmark.go#L1282: 				gcw.mayNeedWorker = false
		mgcmark.go#L1340: 		if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
		mgcmark.go#L1341: 			gcw.mayNeedWorker = false
		mgcmark.go#L1455: 		if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
		mgcmark.go#L1456: 			gcw.mayNeedWorker = false
		mgcmark_greenteagc.go#L308: 				gcw.mayNeedWorker = true
		mgcwork.go#L133: 	mayNeedWorker bool
		mgcwork.go#L191: 			w.mayNeedWorker = true
		mgcwork.go#L244: 			w.mayNeedWorker = true
		mgcwork.go#L373: 			w.mayNeedWorker = true